HeaderFormat Property (MultiSelect<T>)
In This Topic
Gets or sets the format string used to create the header content when the control has more than MaxHeaderItems items checked.
Syntax
'Declaration
Public Property HeaderFormat As String
public string HeaderFormat {get; set;}
See Also